バージョン

Export(Document,WebControl[]) メソッド

グリッドのコレクションを所定の Document オブジェクトにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As Document, _
   ByVal ParamArray grids() As WebControl _
) 
public void Export( 
   Document document,
   params WebControl[] grids
)

パラメータ

document
グリッドが現れるドキュメント オブジェクト。
grids
エクスポートするグリッド。
参照